/ Assembly List / LJCDBMessage / DbConditions / Add

Namespace - LJCDBMessage


Parameters
value1 - The first data value.
value2 - The second data value.
comparisonOperator - The comparison operator.

Returns

The added condition object.

Syntax

C#
public DbCondition Add(String value1, String value2, String comparisonOperator = =)

Creates and adds the element from the supplied values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.